Returns an array of asset properties that values will be passed to AMMGetCustomColumnValues.
Function AMMPropertiesToBeRequested() As String
This function accepts no parameters.
Function AMMPropertiesToBeRequested() Dim mpropertyNames(1) mpropertyNames(0) = "_PREDEF_NAME_FOR_TYPE_DISP_NAME_" AMMPropertiesToBeRequested = mpropertyNames End Function
To retrieve the localized value of the ClassName property of AutoCAD P&ID tags, use the special property name _PREDEF_NAME_FOR_TYPE_DISP_NAME_.
Related concepts
Configuring linking to folders
Related tasks
Configuring the proxy document type
Configuring the Where Used page
Related information
PnIDLink_GetSheetSize function
PnIDLink_GetAssetCoordinates function
PnIDLink_IsMainDrawing function